system-builder 0.0.19 → 0.0.20
Sign up to get free protection for your applications and to get access to all the features.
@@ -76,7 +76,7 @@ class SystemBuilder::DiskSquashfsImage
|
|
76
76
|
mount_boot_fs do |mount_dir|
|
77
77
|
FileUtils::sudo "rsync -a --delete #{boot.root}/boot/ #{mount_dir}/"
|
78
78
|
FileUtils::sudo "ln -s #{readlink_boot_file('initrd.img')} #{mount_dir}/initrd.img"
|
79
|
-
FileUtils::sudo "ln -s #{readlink_boot_file('vmlinuz')} #{mount_dir}/vmlinuz
|
79
|
+
FileUtils::sudo "ln -s #{readlink_boot_file('vmlinuz')} #{mount_dir}/vmlinuz"
|
80
80
|
end
|
81
81
|
FileUtils.touch file
|
82
82
|
end
|
metadata
CHANGED
@@ -1,13 +1,13 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: system-builder
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
hash:
|
4
|
+
hash: 55
|
5
5
|
prerelease:
|
6
6
|
segments:
|
7
7
|
- 0
|
8
8
|
- 0
|
9
|
-
-
|
10
|
-
version: 0.0.
|
9
|
+
- 20
|
10
|
+
version: 0.0.20
|
11
11
|
platform: ruby
|
12
12
|
authors:
|
13
13
|
- Alban Peignier
|