Compare commits
2 Commits
master
...
f19-branch
Author | SHA1 | Date | |
---|---|---|---|
|
4e1ef65b33 | ||
|
214e4da39e |
@ -111,7 +111,8 @@ passwd -d root > /dev/null
|
|||||||
cat /dev/null > /dev/fstab
|
cat /dev/null > /dev/fstab
|
||||||
|
|
||||||
11. Don't delete initramfs files from /boot in %post
|
11. Don't delete initramfs files from /boot in %post
|
||||||
12. Have dracut-norescue, grub-efi, memtest86+ and syslinux in the package list
|
12. Have dracut-norescue, dracut-nohostonly, grub-efi, memtest86+ and
|
||||||
|
syslinux in the %packages list
|
||||||
|
|
||||||
One drawback to using virt-install is that it pulls the packages from
|
One drawback to using virt-install is that it pulls the packages from
|
||||||
the repo each time you run it. To speed things up you either need a local
|
the repo each time you run it. To speed things up you either need a local
|
||||||
|
@ -25,7 +25,7 @@ part swap --size=512
|
|||||||
|
|
||||||
#
|
#
|
||||||
# Repositories
|
# Repositories
|
||||||
url --url="http://dl.fedoraproject.org/pub/fedora/linux/development/19/x86_64/os/"
|
url --url="http://dl.fedoraproject.org/pub/fedora/linux/releases/19/Everything/x86_64/os/"
|
||||||
|
|
||||||
#
|
#
|
||||||
#
|
#
|
||||||
@ -65,6 +65,7 @@ cloud-init
|
|||||||
|
|
||||||
grub
|
grub
|
||||||
dracut-norescue
|
dracut-norescue
|
||||||
|
dracut-nohostonly
|
||||||
%end
|
%end
|
||||||
|
|
||||||
# more ec2-ify
|
# more ec2-ify
|
||||||
|
@ -3,7 +3,7 @@ sshpw --username=root --plaintext randOmStrinGhERE
|
|||||||
# Firewall configuration
|
# Firewall configuration
|
||||||
firewall --enabled --service=mdns
|
firewall --enabled --service=mdns
|
||||||
# Use network installation
|
# Use network installation
|
||||||
url --url="http://dl.fedoraproject.org/pub/fedora/linux/development/19/x86_64/os/"
|
url --url="http://dl.fedoraproject.org/pub/fedora/linux/releases/19/Everything/x86_64/os/"
|
||||||
|
|
||||||
# X Window System configuration information
|
# X Window System configuration information
|
||||||
xconfig --startxonboot
|
xconfig --startxonboot
|
||||||
@ -387,4 +387,5 @@ grub2
|
|||||||
shim
|
shim
|
||||||
syslinux
|
syslinux
|
||||||
dracut-norescue
|
dracut-norescue
|
||||||
|
dracut-nohostonly
|
||||||
%end
|
%end
|
||||||
|
@ -62,7 +62,7 @@ except ImportError:
|
|||||||
|
|
||||||
# Default parameters for rebuilding initramfs, override with --dracut-args
|
# Default parameters for rebuilding initramfs, override with --dracut-args
|
||||||
DRACUT_DEFAULT = ["--xz", "--add", "livenet dmsquash-live convertfs pollcdrom",
|
DRACUT_DEFAULT = ["--xz", "--add", "livenet dmsquash-live convertfs pollcdrom",
|
||||||
"--omit", "plymouth"]
|
"--omit", "plymouth", "--no-hostonly"]
|
||||||
|
|
||||||
ROOT_PATH = "/mnt/sysimage/"
|
ROOT_PATH = "/mnt/sysimage/"
|
||||||
RUNTIME = "images/install.img"
|
RUNTIME = "images/install.img"
|
||||||
|
Loading…
Reference in New Issue
Block a user