[initcpio] msio install dir name #91

Closed
opened 2015-05-11 12:05:40 +00:00 by philm · 3 comments
philm commented 2015-05-11 12:05:40 +00:00 (Migrated from gitlab2.manjaro.org)

Created by: udeved

As far as I can see, we need to sed miso hook to reflect our dynmaic install dir settings, ie in copy_initcpio().
Is this correct? Currently, miso expects a manjaro dir in bootmnt, but it is possible to change the location with manjaro-tools.conf when building image, in my case, its changed to manjaro-openrc.

*Created by: udeved* As far as I can see, we need to sed miso hook to reflect our dynmaic install dir settings, ie in copy_initcpio(). Is this correct? Currently, miso expects a manjaro dir in bootmnt, but it is possible to change the location with manjaro-tools.conf when building image, in my case, its changed to manjaro-openrc.
philm commented 2015-05-11 12:18:57 +00:00 (Migrated from gitlab2.manjaro.org)

Created by: philmmanjaro

Well, it only set it to manjaro if misobasedir is empty:

    if [ "x${misobasedir}" = "x" ]; then
        misobasedir="manjaro"
    fi

... but we define that already with our kernel cmdline. So this is already covered.

*Created by: philmmanjaro* Well, it only set it to manjaro if **misobasedir** is empty: <pre> if [ "x${misobasedir}" = "x" ]; then misobasedir="manjaro" fi</pre> ... but we define that already with our [kernel cmdline](https://github.com/manjaro/manjaro-tools-iso-profiles/blob/master/shared/isolinux/isolinux.cfg). So this is already covered.
philm commented 2015-05-11 12:27:41 +00:00 (Migrated from gitlab2.manjaro.org)

Created by: udeved

Very well, thx, I just wondered and didn't have a close look. :)

*Created by: udeved* Very well, thx, I just wondered and didn't have a close look. :)
philm commented 2015-05-11 15:05:06 +00:00 (Migrated from gitlab2.manjaro.org)

Created by: udeved

Btw, I think I had made it so, that the isolinux,cfg/msg get written like isomounts, so we don't need to change them in shared all the time if we change something.
I'll have a look, it definitely works like this for isolinux-overlay.

*Created by: udeved* Btw, I think I had made it so, that the isolinux,cfg/msg get written like isomounts, so we don't need to change them in shared all the time if we change something. I'll have a look, it definitely works like this for isolinux-overlay.
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
tools/manjaro-tools#91
No description provided.