-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathvoid-mklive:pull:65.html
58 lines (58 loc) · 2.84 KB
/
void-mklive:pull:65.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml" lang="en">
<head>
<meta charset="utf-8" />
<title>Re: [voidlinux/void-mklive] Add Automatic install option (#65)</title>
<style>section{white-space:pre-wrap;}</style>
</head>
<body>
<main>
<h1>Re: [voidlinux/void-mklive] Add Automatic install option (#65)</h1>
<section id="post1">
<h5>Michael Aldridge at <a href="#post1">Tue, 29 Mar 2016 23:09:51 -0700</a></h5>
The initramfs version will require substantially more engineering work to make function. Turns out dracut was never designed to run arbitrary executables in the initrd, who would have guessed.
---
You are receiving this because you were mentioned.
Reply to this email directly or view it on GitHub:
https://github.com/voidlinux/void-mklive/pull/65#issuecomment-203266184
</section><section id="post2">
<h5>Christian Neukirchen at <a href="#post2">Wed, 30 Mar 2016 03:13:46 -0700</a></h5>
Michael Aldridge <[email protected]> writes:
> The initramfs version will require substantially more engineering work
> to make function. Turns out dracut was never designed to run
> arbitrary executables in the initrd, who would have guessed.
It's quite easy, use a second initrd to put stuff into
/usr/lib/dracut/hooks/*/
--
Christian Neukirchen <[email protected]> http://chneukirchen.org
---
You are receiving this because you were mentioned.
Reply to this email directly or view it on GitHub:
https://github.com/voidlinux/void-mklive/pull/65#issuecomment-203366227
</section><section id="post3">
<h5>Michael Aldridge at <a href="#post3">Wed, 30 Mar 2016 11:09:55 -0700</a></h5>
@chneukirchen See this commit: https://github.com/the-maldridge/void-mklive/commit/d46db26215a59498316416377d8c2fdac6b34a0a
Even though the hook is installed it does not seem to be getting run. Its also worth knowing that the installer is an interactive process at one point, and at any rate the progress should be printed on screen. Currently I think its getting redirected to /dev/null.
---
You are receiving this because you were mentioned.
Reply to this email directly or view it on GitHub:
https://github.com/voidlinux/void-mklive/pull/65#issuecomment-203560286
</section><section id="post4">
<h5>Michael Aldridge at <a href="#post4">Sat, 30 Apr 2016 21:45:38 -0700</a></h5>
Closed #65.
---
You are receiving this because you were mentioned.
Reply to this email directly or view it on GitHub:
https://github.com/voidlinux/void-mklive/pull/65#event-646715016
</section><section id="post5">
<h5>Michael Aldridge at <a href="#post5">Sat, 30 Apr 2016 21:49:28 -0700</a></h5>
This PR has been superceded by #68 .
---
You are receiving this because you were mentioned.
Reply to this email directly or view it on GitHub:
https://github.com/voidlinux/void-mklive/pull/65#issuecomment-216016033
</section>
</main>
<nav><a href="index.html">Issues list</a></nav>
</body>
</html>