Demo the new custom export capability with an new export type 'export-swappart-image' that uses a swap partition. Note that it really only makes sense if one tweaks stage2 to not include dphys-swapfile. Signed-off-by: Daniel F. Dickinson <cshored@thecshore.com>
5 lines
251 B
Plaintext
5 lines
251 B
Plaintext
proc /proc proc defaults 0 0
|
|
BOOTDEV /boot vfat defaults 0 2
|
|
ROOTDEV / ext4 defaults,noatime 0 1
|
|
SWAPDEV none swap sw 0 0
|