You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
#!/bin/sh |
|
dracut_install sfdisk mke2fs poweroff cp umount |
|
inst_hook pre-pivot 02 "$moddir/halt.sh" |
|
inst_hook pre-pivot 01 "$moddir/copy-root.sh" |
|
inst_hook pre-mount 01 "$moddir/create-root.sh" |