-
-
Notifications
You must be signed in to change notification settings - Fork 194
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
added "disk-signature" to genimage.cfg so that we can boot using PART…
…UUID= specifiers in the kernel command-line. In addition, S00eQ3SystemStart will query the new disk identifier after using parted to resize the /usr/local partition. This refs #103.
- Loading branch information
Showing
5 changed files
with
14 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
dwc_otg.lpm_enable=0 console=tty2 root=/dev/mmcblk0p2 ro noswap rootfstype=ext4 elevator=deadline fsck.repair=yes lapic sdhci_bcm2708.enable_llm=0 rootwait rootdelay=5 consoleblank=0 logo.nologo quiet | ||
dwc_otg.lpm_enable=0 console=tty2 root=PARTUUID=deedbeef-02 ro noswap rootfstype=ext4 elevator=deadline fsck.repair=yes lapic sdhci_bcm2708.enable_llm=0 rootwait rootdelay=5 consoleblank=0 logo.nologo quiet |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -28,6 +28,7 @@ image boot.vfat { | |
|
||
image sdcard.img { | ||
hdimage { | ||
disk-signature = 0xDEEDBEEF | ||
} | ||
|
||
partition boot { | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
dwc_otg.lpm_enable=0 console=tty2 root=/dev/mmcblk0p2 ro noswap rootfstype=ext4 elevator=deadline fsck.repair=yes lapic sdhci_bcm2708.enable_llm=0 rootwait rootdelay=5 consoleblank=0 logo.nologo quiet | ||
dwc_otg.lpm_enable=0 console=tty2 root=PARTUUID=deedbeef-02 ro noswap rootfstype=ext4 elevator=deadline fsck.repair=yes lapic sdhci_bcm2708.enable_llm=0 rootwait rootdelay=5 consoleblank=0 logo.nologo quiet |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -27,6 +27,7 @@ image boot.vfat { | |
|
||
image sdcard.img { | ||
hdimage { | ||
disk-signature = 0xDEEDBEEF | ||
} | ||
|
||
partition boot { | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters